I need help getting a clue. I think my paltry experience compiling C code is a roadblock to understanding how to use some of the Raku modules for using the inte
how can i view .obj 3d model with .mtl file (without engine) in vb6 (needs to be fast because models bigger than 1 km I search but nothing solves this question
I'm receiving RecordBatches serialized as bytes and I'm trying to de-serialize into RecordBatches. Using StreamReader::try_new() and passing in the byte data an
How can i mock the next lines: Workbook templateWorkBook = null; try { templateWorkBook = new XSSFWorkbook(templateWithoutEvents); } catch (IOException ex){
We're having an intermittent issue that just started two weeks ago, where the externalId and dbId are being reassigned over the weekend to different objects wit
Below is the schema of my table A. CREATE TABLE A ( NAME VARCHAR(255), CREATED_AT DATETIME DEFAULT CURRENT_TIMESTAMP, UPDATED_AT DATETIME DEFA
I'm trying to have my bot simply send a slash command to a specific discord channel. The command would be read by another bot and executed as needed. Is this po
Does the code load the data on the linked list? and the printing method to verify that the data is present in the linkedlist, is it correct? This is the data fo
I have upgraded my android gradle to use latest 7.1.1 distributionUrl=https\://services.gradle.org/distributions/gradle-7.1.1-all.zip after updated libraries t
Is there an easy and quick way to modify these colors? Thanks in advance
I'm working on a Unity game in school and it was working fine until a few days ago when the project would not open. I had left my project open after I left the
The Google cloud ndb documentation doesn't say much about async operations. In the old days, I would do this @ndb.toplevel @flask.route('/', methods=['GET']) de
If a pyspark dataframe is reading some data from a table and writing it to azure delta lake Can we add comments to this newly written file? For e.g Df = sql("se
I'm using the model Helsinki-NLP/opus-mt-en-ro from huggingface. To produce output, I'm using the following code: inputs = tokenizer( questions,
I am trying to establish a connection with an SFTP with paramiko. I was able to generate the known_hosts file in my local system by using ssh my.domain.com The
I am having issue with my code below. I am new to ruby. I want to return names that only start with the letter D but it just returns all the names. When I try t
I'm trying to create an search input box using antd, but the input box doesnt seem to allow for autosize (when more than one line of text is input, it doesnt ge
Trying to convert a SQL Server DataRequest class for use with PostgreSQL. Stuck on the DBTypes in this code. Can anyone give me a hand in this conversion? /// &
I am new to wagtail and i am working with a custom menu. I set up a custom menu class and use a tag to display the menu-items in the templates. This works fine,
I am having a very simple problem with spark, but there is very little information on the web. I have encountered this problem using both pyspark and scala. The
hi i have just started learning react and facing problems in understanding fundamentals , here i am creating basic todo app question is why item-id in seq of 1,
I have a dropdown as shown below. I need to sum up the values of all the dropdowns that have a specific name as indicated. jQuery(function () { $('select').
I am trying to implement this helper function in C# 7.3: public static T? ToEnum<T>(this string enumName) where T : Enum =>
#include<bits/stdc++.h> using namespace std; //FIRST REPEATING ELEMENT (APPROACH 2) int main() { cout<<"running"; int n; cin>>n;
Every time I run npm start in vscode I get weird material UI errors like Module parse failed: D:\Websites\rugprints\rugprints\node_modules\@mui\material\node\st
I have requirement to copy all nexus images to aws ece but not sure how to do it how to copy docker images from nexus docker repo to aws ecr in jenkins pipeline
I want to redirect (301) several locations if they have query params at same locations without query params, but with some exceptions. For example, I want these
import 'package:flutter/material.dart'; class AddPlaceScreen extends StatefulWidget { static const routeName = '/add-place'; @override _AddPlaceScreenSt
Hej I wish to send a json objekt from my esp8266 to a SQL database which works when i test it with postman. The problem occurs when I try sending it from esp826